home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-serious-
/
gfxcard
/
chunkyppc
/
chunkyppcbase.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-09-06
|
171b
|
10 lines
#ifndef CHUNKYPPCBASE_H
typedef struct {
struct Library lib_node;
APTR seg_list;
struct ExecBase *sys_base;
} ChunkyPPC;
#endif